home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / planner / clauseinfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  516 b   |  9 lines

  1. /* $Header: /private/postgres/src/lib/H/planner/RCS/clauseinfo.h,v 1.4 1991/11/17 20:37:27 mer Exp $ */
  2.  
  3. extern bool valid_or_clause ARGS((LispValue clauseinfo));
  4. extern LispValue get_actual_clauses ARGS((LispValue clauseinfo_list));
  5. extern LispValue get_relattvals ARGS((LispValue clauseinfo_list));
  6. extern LispValue get_joinvars ARGS((LispValue relid, LispValue clauseinfo_list));
  7. extern LispValue get_joinvar ARGS((ObjectId relid, CInfo clauseinfo));
  8. extern LispValue get_opnos ARGS((LispValue clauseinfo_list));
  9.